home *** CD-ROM | disk | FTP | other *** search
- object Form4: TForm4
- Left = 218
- Top = 109
- Width = 258
- Height = 274
- Caption = 'Select Items to Uninstall'
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- FormStyle = fsStayOnTop
- Icon.Data = {<image000.ico>}
- Position = poScreenCenter
- OnShow = Form4Show
- PixelsPerInch = 96
- TextHeight = 13
- object Label1: TLabel
- Left = 11
- Top = 171
- Width = 229
- Height = 38
- Alignment = taCenter
- AutoSize = False
- Caption =
- 'Click on an item above to select it. Hold down <Ctrl> to select' +
- ' more than one. Then click on Uninstall to uninstall the select' +
- 'ed items.'
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- WordWrap = True
- end
- object Button1: TButton
- Left = 93
- Top = 217
- Width = 67
- Height = 21
- Caption = 'Uninstall'
- Default = True
- TabOrder = 0
- OnClick = Button1Click
- end
- object Button2: TButton
- Left = 12
- Top = 217
- Width = 67
- Height = 21
- Caption = '<< &Back'
- TabOrder = 1
- OnClick = Button2Click
- end
- object Button3: TButton
- Left = 172
- Top = 217
- Width = 67
- Height = 21
- Cancel = True
- Caption = 'Exit'
- TabOrder = 2
- OnClick = Button3Click
- end
- object ListBox1: TListBox
- Left = 16
- Top = 11
- Width = 218
- Height = 132
- ItemHeight = 13
- MultiSelect = True
- TabOrder = 3
- end
- object Button4: TButton
- Left = 16
- Top = 143
- Width = 218
- Height = 18
- Caption = 'Select All'
- TabOrder = 4
- OnClick = Button4Click
- end
- object OpenDialog1: TOpenDialog
- FileEditStyle = fsEdit
- Left = 1
- Top = 177
- end
- end
-